| Overload | Description |
|---|---|
| HitTestItems(NPoint) | Gets all items, that are hit by the specified point (in surface coordinates) |
| HitTestItems(NPoint,INFilter<TItem>) | Gets all items, that are hit by the specified point (in surface coordinates) |
| HitTestItems(NRectangle) | Gets all items, that are hit by the specified rectangle (in surface coordinates). |
| HitTestItems(NRectangle,INFilter<TItem>) | Gets all items, that are hit by the specified rectangle (in surface coordinates). |